home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / mrun.zip / READ.ME < prev   
Text File  |  1991-07-31  |  9KB  |  213 lines

  1.               Messenger-Lite (DELPHI Edition, ver. 1.01)
  2.          Copyright (c) 1991 The PAN Network
  3.                all rights reserved
  4.  
  5.  
  6.             Features include: 
  7.  
  8.  
  9. * Auto-login for Email, Forum message, and Database File transmission and
  10.   retrieval.
  11. * Ability to send binary files as private Email.
  12. * SCHEDULE option for timed-delay auto-login during off-peak hours.
  13. * PRINT option for automatically sending session download to printer.
  14. * Multi-Forum message database for fast search and retrieval of old messages.
  15. * Full implementation of Database cataloging, uploading, downloading, and 
  16.   updating.
  17. * Incoming FAX viewer (a PAN FaxBox required to receive faxes online)
  18. * Full-Featured text editor, including the ability to cut-n-paste and to view 
  19.   the original of any EMAIL message you are replying to in a "split" window.
  20. * Zmodem, Ymodem and Kermit protocols available in addition to Xmodem.
  21. * "Toggle" switches for full control over when to send or not send messages,
  22.   and when to receive new messages.  All Sig Forums and Database are 
  23.   "toggleable" as well.
  24. * Easy scanning and deleting of messages.  Message files can be 
  25.   packed after purging to reduce disk-space usage.
  26. * Logging of session times for easy calculation of monthly usage.
  27. * A myriad of bells and whistles to automate and manage messaging;
  28.   too many to list here.
  29.  
  30.  
  31.  
  32. See MLITE.DOC for complete documentation.
  33.  
  34.  
  35.  
  36.             STARTUP
  37.             =======
  38.  
  39.  
  40. Simply type DELPHI to launch the program.  The batch file first loads
  41. utility programs used in the execution of Messenger-Lite, and removes them
  42. from memory afterwards.  Do *NOT* bypass the DELPHI.BAT file and launch 
  43. Messenger-Lite unless you have Btrieve loaded with it's proper parameters 
  44. beforehand.
  45.  
  46. The first time you start Messenger-Lite, you will be asked to enter your 
  47. "Default" settings: Your name, DELPHI username, password, etc.  Be sure to put 
  48. in your full name when prompted;  Messenger-Lite won't allow you to skip the 
  49. field, nor will it accept less than two words (First & Last name).
  50.  
  51.  
  52.             OVERSEAS/PTT LOGIN
  53.             ==================
  54.  
  55. To login from overseas, toggle "PTT" in your default settings, and create
  56. a "script" file as follows: 
  57.  
  58. 1) Create a text file called PTT.TXT.
  59. 2) To indicate time intervals, enter PAUSE or WAIT on a separate line.
  60.    A number following the command will be translated as the number of
  61.    seconds to wait (the default is one).  E.g.: PAUSE 3 will wait 3 seconds.
  62. 3) A blank line will send a RETURN
  63. 4) Anything else will be transmitted as a command terminated by a RETURN
  64. 5) Example:
  65. PAUSE
  66.  
  67. .
  68. PAUSE 2
  69. NUI 23456778;345345
  70. PAUSE 5
  71. 311061703093
  72.  
  73.    This script waits one second after connecting, sends <CR>.<CR>, waits
  74. 2 seconds, sends an NUI ID, waits 5 seconds, and then sends the DELPHI host 
  75. number. While it runs, each script line will appear as a "." on your
  76. screen as it is procesed.  Upon completion, it will wait for the DELPHI
  77. "Username" prompt to continue automatically.
  78.  
  79.  
  80.             HINTS & TIPS
  81.             ============
  82.  
  83. * The ESCAPE key is used to exit menus, and to Save or Quit message editing.
  84.  
  85. * The RETURN key is used to open any message found on a "Scan" list.
  86.  
  87. * You can edit "Pending" messages before they are sent for last minute
  88. corrections and additions.
  89.  
  90. * If Messenger-Lite is not picking up New Mail or downloading forum messages
  91. that it normally does, be sure you haven't disabled on of the "toggles".
  92. Besides having a "Master" toggle for Mail and Forum Messaging, you can toggle
  93. individual function, such as the sending of mail, and the downloading
  94. of new mail.  Furthermore, each SIG has individual toggles to give you
  95. maximum control. With this capability, however, it's easy to toggle
  96. off message reception in a particular sig, and even though your Master toggle
  97. is ON, all subsequent sessions will ignore messages in that particular sig.
  98. So be sure to set back any toggles you only wanted off temporarily. 
  99.  
  100. * When reviewing messages in a SIG and you have a large number of messages
  101. on file, use the SET HIGH option to position yourself higher or lower in the
  102. message base.  The scroll buffer will only hold approximately 300 messages
  103. at a time (the actual number depends on how much RAM you have available at
  104. startup), so by using the HIGH option and then using SCAN NEW MESSAGES, you
  105. can specific the starting point.
  106.  
  107. * A "Packing" function has been added to allow better disk management. If you
  108. delete a lot of messages, use the PACK function to completely purge your disk
  109. of those messages and reduce the size of the text file.  The original is saved
  110. as a .BAK file, which you can erase if you don't need it.  Please note that
  111. to PACK a file, you need enough disk space for the original (saved-backup)
  112. and the new file. 
  113.  
  114. * When installing new SIGS, it's a good idea to backup your *.DAT files
  115. in case you make a mistake or change your mind and want to restore your setup.
  116.  
  117. * When updating Database catalogs for the first time in an area such as
  118. the PC Sig where the database can be quite extensive, it's best to update
  119. just one "topic" at a time.  Doing everything at once the first time may
  120. require several megabytes of diskspace to complete.  Be prepared for some
  121. extensive post-session processing time, depending on how fast your CPU and
  122. hard disk is.  Normally, however, such processing is done in just a few 
  123. seconds.
  124.  
  125. ============================================================================
  126.  
  127.  
  128.             LOG FILES
  129.             =========
  130.  
  131. Each session is completely logged to SESSION.TMP. If something should bomb out
  132. before the program returns to your startup screen, you can see what might
  133. have happened and recover any messages downloaded in the SESSION.TMP file.
  134.  
  135.  
  136.             NOTES ON BTRIEVE.EXE
  137.             ====================
  138. The database manager (Btrieve) is a TSR and takes over about 64K of DOS on 
  139. startup, and uses three files: CONFIG.DAT, FORUM.DAT, and MESSAGES.DAT.  
  140.  
  141. If you do not wish to load Btrieve into EMS, add /E to the BRIEVE parameter
  142. list in the DELPHI.BAT file.  The /P:2048 is essential.  Other possible
  143. 'switch' settings are:
  144.         /E       used to disable auto-load of Btrieve into EMS.
  145.         /B:nn    specifies number of buffer (12 is the default).
  146.         /M:nn    specifies buffer memory (/M:24 is minimum setting.
  147.                 The default is /M:32).
  148.  
  149. If you use any TSR handlers or memory-mapping utilities and experience a 
  150. conflict, the conflict will undoubtedly be with another TSR program that is 
  151. loading into the D000 memory address.  Either switch the other TSR program 
  152. another address, or else load Btrieve using the /E switch.  The easiest
  153. way to diagnose and locate the conflict is to remove ALL extraneous device
  154. drivers and programs from your CONFIG.SYS and AUTOEXEC.BAT files so you
  155. can boot up with as BASIC a system as possible.  Then run Messenger.  If there
  156. is no problem, start adding back your drivers and TSR's one at a time, 
  157. re-booting and then running Messenger each time.  When the conflict re-appears,
  158. whatever you loaded last will be the source of the problem in most cases.
  159.  
  160.  
  161.             MESSAGE FILES
  162.             =============
  163.  
  164. Incoming EMAIL messages are stored in a file called MESSAGES.TXT.
  165. Do NOT edit MESSAGES.TXT!  To reduce it's size, delete messages from
  166. within Messenger, and then use the PACK option found on the UTILITIES menu.
  167.  
  168. "SIG" areas have two files associated with each:  *thesig*.FRM for Forum 
  169. messages, and *thesig*.DBS for Database file catalogs.  You CAN edit these
  170. files, though if your word-processor puts an EOF (^Z) marker at the end of
  171. a file after editing, the file will no longer be capable of holding new
  172. messages.  
  173.  
  174.  
  175.  
  176.             1.0 RELEASE NOTES
  177.             =================
  178.  
  179. * Zmodem is disabled for uploads, and will default to Ymodem-Batch, which on
  180. Delphi seems to be faster and more reliable for uploading.  Zmodem works
  181. fine for downloading.
  182.  
  183.  
  184.  
  185.                           IMPORTANT!
  186.  
  187. This is NOT a free product, nor is it public domain.  If you like it and use 
  188. it, please REGISTER by sending $55 to:
  189.  
  190. The PAN Network
  191. PO Box 162
  192. Skippack PA 19474 USA
  193. (215-584-0300 / FAX: 215-584-1038 / MCI: PAN FaxMail)
  194.  
  195. Visa/MasterCard/American Express accepted.
  196.  
  197.  
  198.                           DISCLAIMER
  199.  
  200. Use at your own risk.  Messenger-Lite is available on an as-is basis.  No 
  201. warranties express or implied including without limitation those of 
  202. merchantability and fitness for a particular purpose are made with respect to 
  203. Messenger-Lite.
  204.  
  205. The PAN Network will not be responsible for DELPHI downtime, idiosyncracies, or
  206. subsequent changes made to the DELPHI host system that may adversely affect 
  207. the performance of Messenger-Lite.
  208.  
  209. DELPHI is a trademark of General Videotex Corporation.  MCI Mail is a trademark
  210. of MCI Communications, Inc.  PAN, PAN FaxMail, The Messenger, and 
  211. Messenger-Lite are trademarks of The PAN Network.
  212.  
  213.